home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Talking KeyBoard / Source / pref.h < prev    next >
Text File  |  1998-04-28  |  200b  |  14 lines

  1.  
  2. typedef struct {
  3.     long version;
  4.     long speakChars;
  5.     long speakWords;
  6.     long speakSentence;
  7.     Str255    voice;
  8. } Pref, *PrefPtr, **PrefHandle;
  9.  
  10. extern OSErr LoadPrefs(void);
  11. extern OSErr SavePrefs(void);
  12.  
  13.  
  14.